Struct Part.PartFamilyAttributeData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.PartFamily.TemplateManager.AddToChosenAttributes or NXOpen.PartFamily.TemplateManager.GetPartFamilyAttribute instead")]
public struct PartFamilyAttributeData
Constructors
PartFamilyAttributeData(Part.PartFamilyAttrType, String)
Declaration
public PartFamilyAttributeData(Part.PartFamilyAttrType AttributeType, string AttributeName)
Parameters
Type | Name | Description |
---|---|---|
Part.PartFamilyAttrType | AttributeType | |
System.String | AttributeName |
Fields
AttributeName
Declaration
public string AttributeName
Field Value
Type | Description |
---|---|
System.String |
AttributeType
Declaration
public Part.PartFamilyAttrType AttributeType
Field Value
Type | Description |
---|---|
Part.PartFamilyAttrType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()