The 2D marker type that represents the object in the 3D Graphics window. A member of the AgE3dMarkerShape enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property Style() As AgE3dMarkerShape |
[C#] |
---|
public AgE3dMarkerShape Style {get; set;} |
[Managed C++] |
---|
public: __property AgE3dMarkerShape get_Style(); |
[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: |