STK Graphics PrimitivesSend comments on this topic.
Primitive Property (IAgStkGraphicsBatchPrimitiveIndex)
See Also
Windows





Windows & Linux

Description

The Primitive that contains the item at the Index specified.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.