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





Windows & Linux

Description

Returns a factory object used to create volume grid components.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.