Class SecondarySectionData
Inheritance
System.Object
System.MarshalByRefObject
SecondarySectionData
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class SecondarySectionData : NXObject, IMessageSink, INXObject
Constructors
SecondarySectionData()
Declaration
protected SecondarySectionData()
Properties
IsEndSection
Declaration
public bool IsEndSection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStartSection
Declaration
public bool IsStartSection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OnPathDimData
Declaration
public Extend OnPathDimData { get; }
Property Value
Type | Description |
---|---|
Extend |
Methods
Destroy()
Declaration
public void Destroy()
GetMasterExpressionValues()
Declaration
public Expression[] GetMasterExpressionValues()
Returns
Type | Description |
---|---|
Expression[] |
GetSecondarySectionValues()
Declaration
public string[] GetSecondarySectionValues()
Returns
Type | Description |
---|---|
System.String[] |
SetMasterExpressionValues(Expression[])
Declaration
public void SetMasterExpressionValues(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
SetPathLocation(Double)
Declaration
public void SetPathLocation(double pathLocationPercent)
Parameters
Type | Name | Description |
---|---|---|
System.Double | pathLocationPercent |
SetSecondarySectionValues(String[])
Declaration
public void SetSecondarySectionValues(string[] expressions)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | expressions |
Implements
System.Runtime.Remoting.Messaging.IMessageSink