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