Class ViewLabelBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewLabelBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 ViewLabelBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewLabelBuilder()
Declaration
protected ViewLabelBuilder()
Properties
CustomizedViewLabel
Declaration
public bool CustomizedViewLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeParentheses
Declaration
public bool IncludeParentheses { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeRotationAngle
Declaration
public bool IncludeRotationAngle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeRotationSymbol
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.Drawings.ViewLabelBuilder.RotationSymbolType instead.")]
public bool IncludeRotationSymbol { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelCharacterHeightFactor
Declaration
public double LabelCharacterHeightFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
LabelPosition
Declaration
public LabelPositionTypes LabelPosition { get; set; }
Property Value
LabelPrefix
Declaration
public string LabelPrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public LetterFormatTypes LetterFormat { get; set; }
Property Value
PrefixCharacterHeightFactor
Declaration
public double PrefixCharacterHeightFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReferenceToShow
Declaration
public ReferenceShowTypes ReferenceToShow { get; set; }
Property Value
RotationSymbolType
Declaration
public RotationSymbolTypes RotationSymbolType { get; set; }
Property Value
ScaleCharacterHeightFactor
Declaration
public double ScaleCharacterHeightFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScalePosition
Declaration
public ScalePositionTypes ScalePosition { get; set; }
Property Value
ScalePrefix
Declaration
public string ScalePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowViewLabel
Declaration
public bool ShowViewLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowViewScale
Declaration
public bool ShowViewScale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ScaleValueFormatTypes ValueFormat { get; set; }
Property Value
ViewLabelOption
Declaration
public ViewLabelTypes ViewLabelOption { get; set; }
Property Value
Methods
GetCustomizedViewLabelText()
Declaration
public string[] GetCustomizedViewLabelText()
Returns
Type |
Description |
System.String[] |
|
SetCustomizedViewLabelText(String[])
Declaration
public void SetCustomizedViewLabelText(string[] customizedText)
Parameters
Type |
Name |
Description |
System.String[] |
customizedText |
|
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink