Class ParameterDescriptor
Inheritance
ParameterDescriptor
Assembly: NXOpen.dll
Syntax
public class ParameterDescriptor : TransientObject, IMessageSink, IDisposable
Constructors
ParameterDescriptor(nint)
Declaration
protected ParameterDescriptor(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Dimensionality
Declaration
public ParameterDescriptor.DimensionalityType Dimensionality { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
IsOptional
Declaration
public bool IsOptional { get; }
Property Value
ParamType
Declaration
public ParameterDescriptor.ParameterType ParamType { get; }
Property Value
UiName
Declaration
public string UiName { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink