STK Vector Geometry ToolSend comments on this topic.
Factory Property (IAgCrdnPlaneGroup)
See Also
Windows





Windows & Linux

Description

Returns a Factory object used to create custom planes.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.