Class MasterCustomSymbolData
Inheritance
System.Object
System.MarshalByRefObject
MasterCustomSymbolData
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
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead.")]
public class MasterCustomSymbolData : TransientObject, IMessageSink, IDisposable
Constructors
MasterCustomSymbolData(IntPtr)
Declaration
protected MasterCustomSymbolData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
Anchor
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
public Point Anchor { get; set; }
Property Value
Type | Description |
---|---|
Point |
PartName
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
public string PartName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymbolName
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
public string SymbolName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
protected override void FreeResource()
Overrides
GetPath()
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
public string GetPath()
Returns
Type | Description |
---|---|
System.String |
SetGeometry(DisplayableObject[])
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
public void SetGeometry(DisplayableObject[] geom)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | geom |
SetPath(String)
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolBuilder instead..")]
public void SetPath(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable