Class OverstockApplication
Inheritance
System.Object
System.MarshalByRefObject
OverstockApplication
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 OverstockApplication : NXObject, IMessageSink, INXObject
Constructors
OverstockApplication()
Declaration
protected OverstockApplication()
Properties
Definition
Declaration
public Method Definition { get; }
Property Value
Type | Description |
---|---|
Method |
EndPointOfOverstock
Declaration
public Point EndPointOfOverstock { get; }
Property Value
Type | Description |
---|---|
Point |
MidPointOfOverstock
Declaration
public Point MidPointOfOverstock { get; }
Property Value
Type | Description |
---|---|
Point |
StartOfPath
Declaration
public ControlPoint StartOfPath { get; }
Property Value
Type | Description |
---|---|
ControlPoint |
StartPointOfOverstock
Declaration
public Point StartPointOfOverstock { get; }
Property Value
Type | Description |
---|---|
Point |
Methods
GetCoveredStocks()
Declaration
public Stock[] GetCoveredStocks()
Returns
Type | Description |
---|---|
Stock[] |
GetCrossSections()
Declaration
public Curve[] GetCrossSections()
Returns
Type | Description |
---|---|
Curve[] |
GetOverstocks()
Declaration
public Overstock[] GetOverstocks()
Returns
Type | Description |
---|---|
Overstock[] |
GetSegments()
Declaration
public ISegment[] GetSegments()
Returns
Type | Description |
---|---|
ISegment[] |
SetCoveredStocks(Stock[])
Declaration
public void SetCoveredStocks(Stock[] coveredStocks)
Parameters
Type | Name | Description |
---|---|---|
Stock[] | coveredStocks |
Implements
System.Runtime.Remoting.Messaging.IMessageSink