AGI STK Objects 11 Send comments on this topic.
MarkerType Property (IAgVOMarker)
See Also 





Description

Specify a 3D marker type to represent the object at the specified threshold. Setting the type with the enum eImageFile is invalid, use SetMarkerImageFile instead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerType() As AgEMarkerType

[C#]
public AgEMarkerType MarkerType {get; set;}

[Managed C++]
public: __property AgEMarkerType get_MarkerType();
public: __property void set_MarkerType(
AgEMarkerType
);

[Unmanaged C++]
public: HRESULT get_MarkerType(
AgEMarkerType * pRetVal
);
public: HRESULT put_MarkerType(
AgEMarkerType NewMarkerType
);

[Java]
public AgEMarkerType getMarkerType();public void setMarkerType(
AgEMarkerType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1