AGI STK Graphics 11 Send comments on this topic.
Primitive Property (IAgStkGraphicsDistanceToPrimitiveDisplayCondition)
See Also 





Description

Gets or sets the primitive associated with this instance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Primitive() As IAgStkGraphicsPrimitive

[C#]
public IAgStkGraphicsPrimitive Primitive {get; set;}

[Managed C++]
public: __property IAgStkGraphicsPrimitive^ get_Primitive();
public: __property void set_Primitive(
IAgStkGraphicsPrimitive ^
);

[Unmanaged C++]
public: HRESULT get_Primitive(
IAgStkGraphicsPrimitive ** ppRetVal
);
public: HRESULT put_Primitive(
IAgStkGraphicsPrimitive * pNewPrimitive
);

[Java]
public IAgStkGraphicsPrimitive getPrimitive();public void setPrimitive(
IAgStkGraphicsPrimitive
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1