Class MarkerStyleSetting
Inheritance
MarkerStyleSetting
Assembly: NXOpen.dll
Syntax
public class MarkerStyleSetting : TextStyleSetting, IMessageSink, IDisplayStyle, IVisibleDisplayStyle
Constructors
MarkerStyleSetting()
Declaration
protected MarkerStyleSetting()
Properties
AbsPercentage
Declaration
public double AbsPercentage { get; set; }
Property Value
AttachmentType
Declaration
public AnchorType AttachmentType { get; set; }
Property Value
DataLabelVisibility
Declaration
public bool DataLabelVisibility { get; set; }
Property Value
NoteTextVisibility
Declaration
public bool NoteTextVisibility { get; set; }
Property Value
NumberTextVisibility
Declaration
public bool NumberTextVisibility { get; set; }
Property Value
SnapToData
Declaration
public bool SnapToData { get; set; }
Property Value
Methods
GetNoteTexts()
Declaration
public string[] GetNoteTexts()
Returns
SetNoteTexts(string[])
Declaration
public void SetNoteTexts(string[] noteTexts)
Parameters
Type |
Name |
Description |
string[] |
noteTexts |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink