STK ObjectsSend comments on this topic.
Shapes Property (IAgMsEOIR)
See Also
Windows





Windows & Linux

Description

Property used to access the shape collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Shapes() As IAgEOIRShapeCollection
[C#]
public IAgEOIRShapeCollection Shapes {get;}
[Managed C++]
public: __property IAgEOIRShapeCollection ^ get_Shapes();
[Unmanaged C++]
public: HRESULT get_Shapes(
    IAgEOIRShapeCollection ** ppVal
);
[Java]
public IAgEOIRShapeCollection getShapes();
[Python - STK API ]
@property
def Shapes(self) -> "IAgEOIRShapeCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.