STK Vector Geometry ToolSend comments on this topic.
Create Method (IAgCrdnConditionSetFactory)
See Also
Name
Component's name. The name must not have spaces.
Description
Component's optional description.
Type
Windows





Windows & Linux

Description

Creates and registers a condition set using specified name, description, and type.

Syntax

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

Parameters

Name
Component's name. The name must not have spaces.
Description
Component's optional description.
Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.