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






Windows & Linux

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

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.