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





Windows & Linux

Description

Property used to access the shape object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ShapeObject() As IAgEOIRShapeObject
[C#]
public IAgEOIRShapeObject ShapeObject {get;}
[Managed C++]
public: __property IAgEOIRShapeObject ^ get_ShapeObject();
[Unmanaged C++]
public: HRESULT get_ShapeObject(
    IAgEOIRShapeObject ** ppRetVal
);
[Java]
public IAgEOIRShapeObject getShapeObject();
[Python - STK API ]
@property
def ShapeObject(self) -> "IAgEOIRShapeObject":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.