STK ObjectsSend comments on this topic.
Shape Property (IAgVeEOIR)
See Also
Windows





Windows & Linux

Description

Property used to access the EOIR interface.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.