Class PmiPartIdentificationData
Inheritance
PmiPartIdentificationData
Assembly: NXOpen.dll
Syntax
public class PmiPartIdentificationData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiPartIdentificationData(nint)
Declaration
protected PmiPartIdentificationData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DescriptiveModifier
Declaration
public string DescriptiveModifier { get; }
Property Value
FirstNomenclature
Declaration
public string FirstNomenclature { get; }
Property Value
Identifier
Declaration
public string Identifier { get; }
Property Value
ItemName
Declaration
public string ItemName { get; }
Property Value
ItemNameModifier
Declaration
public string ItemNameModifier { get; }
Property Value
Revision
Declaration
public string Revision { get; }
Property Value
SecondNomenclature
Declaration
public string SecondNomenclature { get; }
Property Value
ThirdNomenclature
Declaration
public string ThirdNomenclature { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink