The marker shape.
Read-write property
[Visual Basic .NET] |
---|
Public Property Shape() As AgEEntityMarkerShape |
[C#] |
---|
public AgEEntityMarkerShape Shape {get; set;} |
[Managed C++] |
---|
public: __property AgEEntityMarkerShape get_Shape(); |
[Unmanaged C++] |
---|
public: HRESULT get_Shape( AgEEntityMarkerShape * pShape ); public: HRESULT put_Shape( AgEEntityMarkerShape Shape ); |
[Java] |
---|
public AgEEntityMarkerShape getShape(); public void setShape( AgEEntityMarkerShape ); |