Class CustomAttribute
Inheritance
CustomAttribute
Assembly: NXOpen.dll
Syntax
public class CustomAttribute : TransientObject, IMessageSink, IDisposable
Constructors
CustomAttribute(nint)
Declaration
protected CustomAttribute(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
TypeValue
Declaration
public CustomAttribute.Type TypeValue { get; }
Property Value
Methods
AddProperty(Property)
Declaration
public void AddProperty(CustomAttribute.Property attributeProperty)
Parameters
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetProperties()
Declaration
public CustomAttribute.Property[] GetProperties()
Returns
HasProperty(Property)
Declaration
public bool HasProperty(CustomAttribute.Property attributeProperty)
Parameters
Returns
RemoveProperty(Property)
Declaration
public void RemoveProperty(CustomAttribute.Property attributeProperty)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink