AGI STK Objects 11 Send comments on this topic.
Style Property (IAgVOMarkerShape)
See Also 





Description

The 2D marker type that represents the object in the 3D Graphics window. A member of the AgE3dMarkerShape enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Style() As AgE3dMarkerShape

[C#]
public AgE3dMarkerShape Style {get; set;}

[Managed C++]
public: __property AgE3dMarkerShape get_Style();
public: __property void set_Style(
AgE3dMarkerShape
);

[Unmanaged C++]
public: HRESULT get_Style(
AgE3dMarkerShape * pRetVal
);
public: HRESULT put_Style(
AgE3dMarkerShape NewStyle
);

[Java]
public AgE3dMarkerShape getStyle();public void setStyle(
AgE3dMarkerShape
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1