STK ObjectsSend comments on this topic.
Style Property (IAgVOMarkerShape)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Style(
    AgE3dMarkerShape pVal
);
[Java]
public AgE3dMarkerShape getStyle();
public void setStyle(
    AgE3dMarkerShape
);
[Python - STK API ]
@property
def Style(self) -> "AgE3dMarkerShape":

@Style.setter
def Style(self, pVal:"AgE3dMarkerShape") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.