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






Windows & Linux

Description

Specify a 3D marker type to represent the object at the specified threshold. A member of the AgEMarkerType enumeration.

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 * pMarkerType
);
public: HRESULT put_MarkerType(
    AgEMarkerType pMarkerType
);
[Java]
public AgEMarkerType getMarkerType();
public void setMarkerType(
    AgEMarkerType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.