Class PmiCoordinateNoteData
Inheritance
PmiCoordinateNoteData
Assembly: NXOpen.dll
Syntax
public class PmiCoordinateNoteData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiCoordinateNoteData(nint)
Declaration
protected PmiCoordinateNoteData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Category
Declaration
public string Category { get; }
Property Value
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; }
Property Value
DecimalPlaces
Declaration
public int DecimalPlaces { get; }
Property Value
IPrefix
Declaration
public string IPrefix { get; }
Property Value
ISuffix
Declaration
public string ISuffix { get; }
Property Value
IncludeI
Declaration
public bool IncludeI { get; }
Property Value
IncludeJ
Declaration
public bool IncludeJ { get; }
Property Value
IncludeK
Declaration
public bool IncludeK { get; }
Property Value
IncludeLabel
Declaration
public bool IncludeLabel { get; }
Property Value
IncludeLevel
Declaration
public bool IncludeLevel { get; }
Property Value
IncludeX
Declaration
public bool IncludeX { get; }
Property Value
IncludeY
Declaration
public bool IncludeY { get; }
Property Value
IncludeZ
Declaration
public bool IncludeZ { get; }
Property Value
JPrefix
Declaration
public string JPrefix { get; }
Property Value
JSuffix
Declaration
public string JSuffix { get; }
Property Value
KPrefix
Declaration
public string KPrefix { get; }
Property Value
KSuffix
Declaration
public string KSuffix { get; }
Property Value
LabelPrefix
Declaration
public string LabelPrefix { get; }
Property Value
LabelSuffix
Declaration
public string LabelSuffix { get; }
Property Value
LevelPrefix
Declaration
public string LevelPrefix { get; }
Property Value
LevelSuffix
Declaration
public string LevelSuffix { get; }
Property Value
Revision
Declaration
public string Revision { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
TrackedObject
Declaration
public NXObject TrackedObject { get; }
Property Value
XPrefix
Declaration
public string XPrefix { get; }
Property Value
XSuffix
Declaration
public string XSuffix { get; }
Property Value
YPrefix
Declaration
public string YPrefix { get; }
Property Value
YSuffix
Declaration
public string YSuffix { get; }
Property Value
ZPrefix
Declaration
public string ZPrefix { get; }
Property Value
ZSuffix
Declaration
public string ZSuffix { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink