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(
|
| [Java] |
|---|
public IAgStkGraphicsPrimitive getPrimitive();
|