STK Common Entity LibrarySend comments on this topic.
Shape Property (IAgShapeMarker)
See Also
Windows





Windows & Linux

Description

The marker shape.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Shape() As AgEEntityMarkerShape
[C#]
public AgEEntityMarkerShape Shape {get; set;}
[Managed C++]
public: __property AgEEntityMarkerShape get_Shape();
public: __property void set_Shape( AgEEntityMarkerShape );
[Unmanaged C++]
public: HRESULT get_Shape(
    AgEEntityMarkerShape * pShape
);
public: HRESULT put_Shape(
    AgEEntityMarkerShape Shape
);
[Java]
public AgEEntityMarkerShape getShape();
public void setShape(
    AgEEntityMarkerShape
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.