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++] |
|---|
|
| [Java] |
|---|
public AgEEOIRShapeType getShapeType(); public void setShapeType( AgEEOIRShapeType ); |
[Python - STK API ] |
|---|
@property def ShapeType(self) -> "AgEEOIRShapeType": @ShapeType.setter def ShapeType(self, ShapeType:"AgEEOIRShapeType") -> None: |






