Creates and registers a condition set using specified name, description, and type.
[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": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
- Type