Property used to access the shape collection.
Read-only property
[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": |