Specify a 3D marker type to represent the object at the specified threshold. A member of the AgEMarkerType enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property MarkerType() As AgEMarkerType |
[C#] |
---|
public AgEMarkerType MarkerType {get; set;} |
[Managed C++] |
---|
public: __property AgEMarkerType get_MarkerType(); |
[Unmanaged C++] |
---|
public: HRESULT get_MarkerType( AgEMarkerType * pMarkerType ); public: HRESULT put_MarkerType( AgEMarkerType pMarkerType ); |
[Java] |
---|
public AgEMarkerType getMarkerType(); public void setMarkerType( AgEMarkerType ); |
[Python - STK API ] |
---|
@property def MarkerType(self) -> "AgEMarkerType": @MarkerType.setter def MarkerType(self, pMarkerType:"AgEMarkerType") -> None: |