Class ViewDetailLabelBuilder
Inheritance
ViewDetailLabelBuilder
Assembly: NXOpen.dll
Syntax
public class ViewDetailLabelBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewDetailLabelBuilder()
Declaration
protected ViewDetailLabelBuilder()
Properties
CustomizedViewLabel
Declaration
public bool CustomizedViewLabel { get; set; }
Property Value
IncludeParentheses
Declaration
public bool IncludeParentheses { get; set; }
Property Value
LabelCharacterHeightFactor
Declaration
public double LabelCharacterHeightFactor { get; set; }
Property Value
LabelParentDisplay
Declaration
public ViewDetailLabelBuilder.LabelParentDisplayTypes LabelParentDisplay { 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
ParentLabelPrefix
Declaration
public string ParentLabelPrefix { get; set; }
Property Value
PrefixCharacterHeightFactor
Declaration
public double PrefixCharacterHeightFactor { get; set; }
Property Value
ReferenceToShow
Declaration
public ReferenceShowTypes ReferenceToShow { 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
TextGapFactor
Declaration
public double TextGapFactor { get; set; }
Property Value
TextPlacement
Declaration
public ViewDetailLabelBuilder.LabelParentTextPlacement TextPlacement { 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