STK ObjectsSend comments on this topic.
Create Method (IAgStkObjectModelContext)
See Also
Windows





Windows & Linux

Description

Create a non-restrictive root object

Syntax

[Visual Basic .NET]
Public Function Create() As IAgStkObjectRoot
[C#]
public IAgStkObjectRoot Create();
[Managed C++]
public: IAgStkObjectRoot ^ Create();
[Unmanaged C++]
public: HRESULT Create(
    IAgStkObjectRoot ** ppRetVal
);
[Java]
public IAgStkObjectRoot create();
[Python - STK API ]
def Create(self) -> "IAgStkObjectRoot":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.