STK Vector Geometry ToolSend comments on this topic.
Planes Property (IAgCrdnProvider)
See Also
Windows





Windows & Linux

Description

Returns a group of planes.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.