Class PmiAttributeBuilder
Inheritance
System.Object
System.MarshalByRefObject
PmiAttributeBuilder
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 PmiAttributeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PmiAttributeBuilder()
Declaration
protected PmiAttributeBuilder()
Properties
AssociatedObjects
Declaration
public AssociatedObjectsBuilder AssociatedObjects { get; }
Property Value
Type | Description |
---|---|
AssociatedObjectsBuilder |
Attribute
Declaration
public Pmi Attribute { get; set; }
Property Value
Type | Description |
---|---|
Pmi |
BusinessModifier
Declaration
public NXObject BusinessModifier { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
KnowledgeFusionClassName
Declaration
public string KnowledgeFusionClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
Type | Description |
---|---|
LeaderBuilder |
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
Type | Description |
---|---|
OriginBuilder |
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Type | Description |
---|---|
StyleBuilder |
Methods
GetAttributeValues()
Declaration
public NXObject[] GetAttributeValues()
Returns
Type | Description |
---|---|
NXObject[] |
SetAttributeValues(NXObject[])
Declaration
public void SetAttributeValues(NXObject[] attributeValues)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | attributeValues |
Implements
System.Runtime.Remoting.Messaging.IMessageSink