Class PmiPartIdentificationData
Inheritance
System.Object
System.MarshalByRefObject
PmiPartIdentificationData
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)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class PmiPartIdentificationData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiPartIdentificationData(IntPtr)
Declaration
protected PmiPartIdentificationData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
DescriptiveModifier
Declaration
public string DescriptiveModifier { get; }
Property Value
Type | Description |
---|---|
System.String |
FirstNomenclature
Declaration
public string FirstNomenclature { get; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
ItemName
Declaration
public string ItemName { get; }
Property Value
Type | Description |
---|---|
System.String |
ItemNameModifier
Declaration
public string ItemNameModifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Revision
Declaration
public string Revision { get; }
Property Value
Type | Description |
---|---|
System.String |
SecondNomenclature
Declaration
public string SecondNomenclature { get; }
Property Value
Type | Description |
---|---|
System.String |
ThirdNomenclature
Declaration
public string ThirdNomenclature { get; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable