Class CannedAnnotationBuilder
Inheritance
System.Object
System.MarshalByRefObject
CannedAnnotationBuilder
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.Diagramming
Assembly: NXOpen.dll
Syntax
public class CannedAnnotationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CannedAnnotationBuilder()
Declaration
protected CannedAnnotationBuilder()
Properties
AnnotationBuilder
Declaration
public AnnotationBuilder AnnotationBuilder { get; }
Property Value
Type | Description |
---|---|
AnnotationBuilder |
LeaderLines
Declaration
public LeaderLineBuilderList LeaderLines { get; }
Property Value
Type | Description |
---|---|
LeaderLineBuilderList |
TextBoxIndent
Declaration
public int TextBoxIndent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TextBoxModifiable
Declaration
public bool TextBoxModifiable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextBoxShadowBox
Declaration
public bool TextBoxShadowBox { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateLeaderLine()
Declaration
public LeaderLineBuilder CreateLeaderLine()
Returns
Type | Description |
---|---|
LeaderLineBuilder |
Inherit(CannedAnnotationBuilder.InheritOption, Annotation)
Declaration
public void Inherit(CannedAnnotationBuilder.InheritOption inheritOption, Annotation annotation)
Parameters
Type | Name | Description |
---|---|---|
CannedAnnotationBuilder.InheritOption | inheritOption | |
Annotation | annotation |
Implements
System.Runtime.Remoting.Messaging.IMessageSink