Question
How get shape of path's end ("end end" and "end start") marker. inDesign plug-in SDK
I try two variant:
Utils<IGraphicAttributeUtils>()->GetLineEndStartImplementation(m_EndStartMarker, styleDescriptor);
// IPathEndStroker* stroker = (IPathEndStroker*)styleDescriptor->QueryAttribute(kGraphicStyleLineEndStartAttrBoss, IID_IPATHENDSTROKER);
IPathEndStroker* stroker = (IPathEndStroker*)styleDescriptor->QueryAttribute(m_EndStartMarker, IID_IPATHENDSTROKER);Both stroker receive nullptr. But variable m_EndStartMarker receive right value.
Do not found any mension about it at SDK samples.
