NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Annotations.CustomSymbolData Class Reference

Represents custom symbol data More...

Inheritance diagram for NXOpen.Annotations.CustomSymbolData:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe
NXOpen.Annotations.CustomSymbolTextData[] 
GetTextData ()
 Return the text data More...
 
unsafe void SetTextData (NXOpen.Annotations.CustomSymbolTextData[] data)
 Sets the text data More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe double Angle [get, set]
 Returns or sets the angle More...
 
unsafe double Scale [get, set]
 Returns or sets the scale More...
 
unsafe NXOpen.Expression ScaleExpression [get, set]
 Returns or sets the scale expression More...
 
unsafe
NXOpen.Annotations.SymbolPreferencesOption 
SymbolPreferencesOption [get, set]
 Returns or sets the symbol preferences option. More...
 
unsafe
NXOpen.Annotations.TextPreferencesOption 
TextPreferencesOption [get, set]
 Returns or sets the text preferences option. More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents custom symbol data

Created in NX4.0.0

Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects.

Member Function Documentation

override void NXOpen.Annotations.CustomSymbolData.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX4.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.Annotations.CustomSymbolTextData [] NXOpen.Annotations.CustomSymbolData.GetTextData ( )
inline

Return the text data

Created in NX4.0.0

License requirements: None.

Returns
List of text data objects
unsafe void NXOpen.Annotations.CustomSymbolData.SetTextData ( NXOpen.Annotations.CustomSymbolTextData[]  data)
inline

Sets the text data

Created in NX4.0.0

License requirements: None.

Parameters
dataList of text data objects

Property Documentation

unsafe double NXOpen.Annotations.CustomSymbolData.Angle
getset

Returns or sets the angle

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.CustomSymbolData.Scale
getset

Returns or sets the scale

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.Annotations.CustomSymbolData.ScaleExpression
getset

Returns or sets the scale expression

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.SymbolPreferencesOption NXOpen.Annotations.CustomSymbolData.SymbolPreferencesOption
getset

Returns or sets the symbol preferences option.

This option is only available when creating.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.TextPreferencesOption NXOpen.Annotations.CustomSymbolData.TextPreferencesOption
getset

Returns or sets the text preferences option.

This option is only available when creating.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.