The Primitive that contains the item at the Index specified.
Read-only property
[Visual Basic .NET] |
---|
Public Property Primitive() As IAgStkGraphicsPrimitive |
[C#] |
---|
public IAgStkGraphicsPrimitive Primitive {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsPrimitive ^ get_Primitive(); |
[Unmanaged C++] |
---|
public: HRESULT get_Primitive( IAgStkGraphicsPrimitive ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPrimitive getPrimitive(); |
[Python - STK API ] |
---|
@property def Primitive(self) -> "IAgStkGraphicsPrimitive": |