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





Windows & Linux

Description

Returns a Factory object used to create custom events.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.