Class DiameterRadiusPreferences
Inheritance
System.Object
System.MarshalByRefObject
DiameterRadiusPreferences
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)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class DiameterRadiusPreferences : TransientObject, IMessageSink, IDisposable
Constructors
DiameterRadiusPreferences(IntPtr)
Declaration
protected DiameterRadiusPreferences(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
DiameterSymbol
Declaration
public DiameterSymbol DiameterSymbol { get; set; }
Property Value
Type | Description |
---|---|
DiameterSymbol |
DiameterSymbolText
Declaration
public string DiameterSymbolText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DistanceBetweenSymbolAndDimensionText
Declaration
public double DistanceBetweenSymbolAndDimensionText { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FoldedRadiusAngle
Declaration
public double FoldedRadiusAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LeaderStub
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DimensionPreferences.TextPosition instead.")]
public DiameterRadiusLeaderStub LeaderStub { get; set; }
Property Value
Type | Description |
---|---|
DiameterRadiusLeaderStub |
RadiusSymbol
Declaration
public RadiusSymbol RadiusSymbol { get; set; }
Property Value
Type | Description |
---|---|
RadiusSymbol |
RadiusSymbolText
Declaration
public string RadiusSymbolText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymbolPlacement
Declaration
public DiameterRadiusSymbolPlacement SymbolPlacement { get; set; }
Property Value
Type | Description |
---|---|
DiameterRadiusSymbolPlacement |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable