Class BaseCustomSymbolBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseCustomSymbolBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class BaseCustomSymbolBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseCustomSymbolBuilder()
Declaration
protected BaseCustomSymbolBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
AnnotationPreference
Declaration
public BaseCustomSymbolBuilder.AnnotationPreferences AnnotationPreference { get; set; }
Property Value
ControlledNoteTitle
Declaration
public int ControlledNoteTitle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GeometryPreference
Declaration
public BaseCustomSymbolBuilder.GeometryPreferences GeometryPreference { get; set; }
Property Value
HorizontalFlip
Declaration
public bool HorizontalFlip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Integer
Declaration
public int Integer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsPartSymbol
Declaration
public bool IsPartSymbol { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
LockStatus
Declaration
public bool LockStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MasterSymbolName
Declaration
public string MasterSymbolName { get; set; }
Property Value
Type |
Description |
System.String |
|
MasterSymbolPath
Declaration
public string MasterSymbolPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
PartiallyControlledNoteTitle
Declaration
public string PartiallyControlledNoteTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Real
Declaration
public double Real { get; set; }
Property Value
Type |
Description |
System.Double |
|
Scale
Declaration
public Expression Scale { get; }
Property Value
SmashSymbol
Declaration
public bool SmashSymbol { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Texts
Declaration
public MasterSymbolListItemBuilderList Texts { get; }
Property Value
VerticalFlip
Declaration
public bool VerticalFlip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetArbitraryNoteTitle()
Declaration
public string[] GetArbitraryNoteTitle()
Returns
Type |
Description |
System.String[] |
|
GetSymbol()
Declaration
public BaseCustomSymbol GetSymbol()
Returns
SelectPartSymbol(String, String)
Declaration
public void SelectPartSymbol(string name, string path)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
path |
|
SelectSymbol(String)
Declaration
public void SelectSymbol(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
SelectText(Int32)
Declaration
public void SelectText(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
SetArbitraryNoteTitle(String[])
Declaration
public void SetArbitraryNoteTitle(string[] arbitraryNoteTitle)
Parameters
Type |
Name |
Description |
System.String[] |
arbitraryNoteTitle |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink