Class FamilyAttribute
Inheritance
System.Object
System.MarshalByRefObject
FamilyAttribute
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.PartFamily
Assembly: NXOpen.dll
Syntax
public class FamilyAttribute : NXObject, IMessageSink, INXObject
Constructors
FamilyAttribute()
Declaration
protected FamilyAttribute()
Properties
IsOptional
Declaration
public bool IsOptional { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Declaration
public bool IsRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public FamilyAttribute.AttrType Type { get; }
Property Value
Type | Description |
---|---|
FamilyAttribute.AttrType |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink