Class RoutingMeasureDistanceBuilder
Inheritance
System.Object
System.MarshalByRefObject
RoutingMeasureDistanceBuilder
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.Routing
Assembly: NXOpen.dll
Syntax
public class RoutingMeasureDistanceBuilder : MeasureDistanceBuilder, IMessageSink, IComponentBuilder
Constructors
RoutingMeasureDistanceBuilder()
Declaration
protected RoutingMeasureDistanceBuilder()
Properties
RoutingSelection
Declaration
public RouteObjectCollector RoutingSelection { get; set; }
Property Value
Type | Description |
---|---|
RouteObjectCollector |
Methods
GetRoutingObjects()
Declaration
public NXObject[] GetRoutingObjects()
Returns
Type | Description |
---|---|
NXObject[] |
SetRoutingObjects(NXObject[])
Declaration
public void SetRoutingObjects(NXObject[] routingObjects)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | routingObjects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink