STK ObjectsSend comments on this topic.
ShapeType Property (IAgEOIRShape)
See Also
Windows





Windows & Linux

Description

Property used to access the shape type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShapeType() As AgEEOIRShapeType
[C#]
public AgEEOIRShapeType ShapeType {get; set;}
[Managed C++]
public: __property AgEEOIRShapeType get_ShapeType();
public: __property void set_ShapeType( AgEEOIRShapeType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.