Class UserDefinedFeatureApplicationField
Inheritance
System.Object
System.MarshalByRefObject
UserDefinedFeatureApplicationField
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class UserDefinedFeatureApplicationField : TaggedObject, IMessageSink
Constructors
UserDefinedFeatureApplicationField()
Declaration
protected UserDefinedFeatureApplicationField()
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetDoubles()
Declaration
public double[] GetDoubles()
Returns
Type | Description |
---|---|
System.Double[] |
GetIntegers()
Declaration
public int[] GetIntegers()
Returns
Type | Description |
---|---|
System.Int32[] |
GetObjects()
Declaration
public TaggedObject[] GetObjects()
Returns
Type | Description |
---|---|
TaggedObject[] |
GetStrings()
Declaration
public string[] GetStrings()
Returns
Type | Description |
---|---|
System.String[] |
SetDoubles(Double[])
Declaration
public void SetDoubles(double[] doubles)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | doubles |
SetIntegers(Int32[])
Declaration
public void SetIntegers(int[] integers)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | integers |
SetObjects(TaggedObject[])
Declaration
public void SetObjects(TaggedObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject[] | objects |
SetStrings(String[])
Declaration
public void SetStrings(string[] strings)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | strings |
Implements
System.Runtime.Remoting.Messaging.IMessageSink