Access global methods and properties of PathPrimitive (what's known as static properties, static methods and constructors in languages such as C++, C#, etc.).
Read-only property
[Visual Basic .NET] |
---|
Public Property PathPrimitive() As IAgStkGraphicsPathPrimitiveFactory |
[C#] |
---|
public IAgStkGraphicsPathPrimitiveFactory PathPrimitive {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsPathPrimitiveFactory ^ get_PathPrimitive(); |
[Unmanaged C++] |
---|
public: HRESULT get_PathPrimitive( IAgStkGraphicsPathPrimitiveFactory ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPathPrimitiveFactory getPathPrimitive(); |
[Python - STK API ] |
---|
@property def PathPrimitive(self) -> "IAgStkGraphicsPathPrimitiveFactory": |