STK Vector Geometry ToolSend comments on this topic.
Create Method (IAgCrdnAxesFactory)
See Also
AxesName
Specify a component name.
Description
Specify a component description.
AxesType
Specify a component type.
Windows





Windows & Linux

Description

Creates a VGT axes using specified name, description and type.

Syntax

[Visual Basic .NET]
Public Function Create( _
    ByVal AxesName As String, _
    ByVal Description As String, _
    ByVal AxesType As AgECrdnAxesType _
) As IAgCrdnAxes
[C#]
public IAgCrdnAxes Create(
    string AxesName,
    string Description,
    AgECrdnAxesType AxesType
);
[Managed C++]
public: IAgCrdnAxes^ Create(
    String __gc ^ AxesName,
    String __gc ^ Description,
    AgECrdnAxesType AxesType
);
[Unmanaged C++]
public: HRESULT Create(
    BSTR AxesName,
    BSTR Description,
    AgECrdnAxesType AxesType,
    IAgCrdnAxes ** ppRetVal
);
[Java]
public IAgCrdnAxes create(
    String AxesName,
    String Description,
    AgECrdnAxesType AxesType
);
[Python - STK API ]
def Create(self, AxesName:str, Description:str, AxesType:"AgECrdnAxesType") -> "IAgCrdnAxes":

Parameters

AxesName
Specify a component name.
Description
Specify a component description.
AxesType
Specify a component type.

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.