Class OrdinateDimensionPreferences
Inheritance
System.Object
System.MarshalByRefObject
OrdinateDimensionPreferences
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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)
Assembly: NXOpen.dll
Syntax
public class OrdinateDimensionPreferences : TransientObject, IMessageSink, IDisposable
Constructors
OrdinateDimensionPreferences(IntPtr)
Declaration
protected OrdinateDimensionPreferences(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
AlignSymbolWithBaseline
Declaration
public bool AlignSymbolWithBaseline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayZeroAtBaseline
Declaration
public bool DisplayZeroAtBaseline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DoglegAngle
Declaration
public double DoglegAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
DoglegCreationOption
Declaration
public OrdinateDoglegCreationOption DoglegCreationOption { get; set; }
Property Value
DoglegDefinition
Declaration
public OrdinateDoglegDefinition DoglegDefinition { get; set; }
Property Value
DoglegEndOffset
Declaration
public double DoglegEndOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
DoglegStartOffset
Declaration
public double DoglegStartOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
FirstMarginOffset
Declaration
public double FirstMarginOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
LineArrowDisplayOption
Declaration
public OrdinateLineArrowDisplayOption LineArrowDisplayOption { get; set; }
Property Value
MarginSpacing
Declaration
public double MarginSpacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
NumberOfMargins
Declaration
public double NumberOfMargins { get; set; }
Property Value
Type |
Description |
System.Double |
|
OriginDisplay
Declaration
public OrdinateOriginDisplayOption OriginDisplay { get; set; }
Property Value
PositiveDirection
Declaration
public OrdinatePositiveDirection PositiveDirection { get; set; }
Property Value
SymbolAngle
Declaration
public double SymbolAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
SymbolAspectRatio
Declaration
public double SymbolAspectRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
SymbolHeight
Declaration
public double SymbolHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
SymbolLength
Declaration
public double SymbolLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
SymbolScale
Declaration
public double SymbolScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
TextOrientation
Declaration
public TextOrientation TextOrientation { get; set; }
Property Value
TextOrientationAngle
Declaration
public double TextOrientationAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
UserDefinedText
Declaration
public string UserDefinedText { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable