Property used to access the shape type.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShapeType() As AgEEOIRShapeType |
[C#] |
---|
public AgEEOIRShapeType ShapeType {get; set;} |
[Managed C++] |
---|
public: __property AgEEOIRShapeType get_ShapeType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShapeType( AgEEOIRShapeType * pRetVal ); public: HRESULT put_ShapeType( AgEEOIRShapeType ShapeType ); |
[Java] |
---|
public AgEEOIRShapeType getShapeType(); public void setShapeType( AgEEOIRShapeType ); |
[Python - STK API ] |
---|
@property def ShapeType(self) -> "AgEEOIRShapeType": @ShapeType.setter def ShapeType(self, ShapeType:"AgEEOIRShapeType") -> None: |