Class AssociativeText
Inheritance
System.Object
System.MarshalByRefObject
AssociativeText
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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 AssociativeText : TransientObject, IMessageSink, IDisposable
Constructors
AssociativeText(IntPtr)
Declaration
protected AssociativeText(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetEvaluatedText(Annotation, String)
Declaration
public string GetEvaluatedText(Annotation ann, string text)
Parameters
Type | Name | Description |
---|---|---|
Annotation | ann | |
System.String | text |
Returns
Type | Description |
---|---|
System.String |
GetObjectAttribute(String, out NXObject, out String)
Declaration
public bool GetObjectAttribute(string text, out NXObject object, out string attributeTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
NXObject | object | |
System.String | attributeTitle |
Returns
Type | Description |
---|---|
System.Boolean |
GetObjectAttributeText(NXObject, String)
Declaration
public string GetObjectAttributeText(NXObject object, string attributeTitle)
Parameters
Type | Name | Description |
---|---|---|
NXObject | object | |
System.String | attributeTitle |
Returns
Type | Description |
---|---|
System.String |
GetObjectPropertyText(NXObject, AssociativeText.PropertyType)
Declaration
public string GetObjectPropertyText(NXObject object, AssociativeText.PropertyType type)
Parameters
Type | Name | Description |
---|---|---|
NXObject | object | |
AssociativeText.PropertyType | type |
Returns
Type | Description |
---|---|
System.String |
GetPartAttribute(String, out String)
Declaration
public bool GetPartAttribute(string text, out string attributeTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.String | attributeTitle |
Returns
Type | Description |
---|---|
System.Boolean |
GetPartAttributeText(String)
Declaration
public string GetPartAttributeText(string attributeTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeTitle |
Returns
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable