Class CostDataObject
Inheritance
System.Object
System.MarshalByRefObject
CostDataObject
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.Tooling
Assembly: NXOpen.dll
Syntax
public class CostDataObject : TaggedObject, IMessageSink
Constructors
CostDataObject()
Declaration
protected CostDataObject()
Methods
AskCostObjectParameterValues(out String[])
Declaration
public void AskCostObjectParameterValues(out string[] costObjectStringValueList)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | costObjectStringValueList |
AskCostObjects(Int32, Int32, out CostDataObject[])
Declaration
public void AskCostObjects(int objectType, int objectSubtype, out CostDataObject[] costObjects)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | objectType | |
System.Int32 | objectSubtype | |
CostDataObject[] | costObjects |
AskFeatureRelatedFacetsWithChildren(out Int32[])
Declaration
public void AskFeatureRelatedFacetsWithChildren(out int[] pFacetIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | pFacetIds |
Implements
System.Runtime.Remoting.Messaging.IMessageSink