Class PmiCoordinateNoteData
Inheritance
System.Object
System.MarshalByRefObject
PmiCoordinateNoteData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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 PmiCoordinateNoteData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiCoordinateNoteData(IntPtr)
Declaration
protected PmiCoordinateNoteData(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
Category
Declaration
public string Category { get; }
Property Value
Type |
Description |
System.String |
|
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; }
Property Value
DecimalPlaces
Declaration
public int DecimalPlaces { get; }
Property Value
Type |
Description |
System.Int32 |
|
IncludeI
Declaration
public bool IncludeI { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeJ
Declaration
public bool IncludeJ { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeK
Declaration
public bool IncludeK { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeLabel
Declaration
public bool IncludeLabel { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeLevel
Declaration
public bool IncludeLevel { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeX
Declaration
public bool IncludeX { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeY
Declaration
public bool IncludeY { get; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeZ
Declaration
public bool IncludeZ { get; }
Property Value
Type |
Description |
System.Boolean |
|
IPrefix
Declaration
public string IPrefix { get; }
Property Value
Type |
Description |
System.String |
|
ISuffix
Declaration
public string ISuffix { get; }
Property Value
Type |
Description |
System.String |
|
JPrefix
Declaration
public string JPrefix { get; }
Property Value
Type |
Description |
System.String |
|
JSuffix
Declaration
public string JSuffix { get; }
Property Value
Type |
Description |
System.String |
|
KPrefix
Declaration
public string KPrefix { get; }
Property Value
Type |
Description |
System.String |
|
KSuffix
Declaration
public string KSuffix { get; }
Property Value
Type |
Description |
System.String |
|
LabelPrefix
Declaration
public string LabelPrefix { get; }
Property Value
Type |
Description |
System.String |
|
LabelSuffix
Declaration
public string LabelSuffix { get; }
Property Value
Type |
Description |
System.String |
|
LevelPrefix
Declaration
public string LevelPrefix { get; }
Property Value
Type |
Description |
System.String |
|
LevelSuffix
Declaration
public string LevelSuffix { get; }
Property Value
Type |
Description |
System.String |
|
Revision
Declaration
public string Revision { get; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|
TrackedObject
Declaration
public NXObject TrackedObject { get; }
Property Value
XPrefix
Declaration
public string XPrefix { get; }
Property Value
Type |
Description |
System.String |
|
XSuffix
Declaration
public string XSuffix { get; }
Property Value
Type |
Description |
System.String |
|
YPrefix
Declaration
public string YPrefix { get; }
Property Value
Type |
Description |
System.String |
|
YSuffix
Declaration
public string YSuffix { get; }
Property Value
Type |
Description |
System.String |
|
ZPrefix
Declaration
public string ZPrefix { get; }
Property Value
Type |
Description |
System.String |
|
ZSuffix
Declaration
public string ZSuffix { get; }
Property Value
Type |
Description |
System.String |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable