Class InteractiveAnnotationReferenceLinesBuilder
Inheritance
System.Object
System.MarshalByRefObject
InteractiveAnnotationReferenceLinesBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class InteractiveAnnotationReferenceLinesBuilder : InteractiveAnnotationSubBaseBuilder, IMessageSink, IComponentBuilder
Constructors
InteractiveAnnotationReferenceLinesBuilder()
Declaration
protected InteractiveAnnotationReferenceLinesBuilder()
Properties
Baseline
Declaration
public bool Baseline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BaselineColor
Declaration
public NXColor BaselineColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
BaselineFont
Declaration
public DisplayableObject.ObjectFont BaselineFont { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject.ObjectFont |
BaselineWidth
Declaration
public LineWidth BaselineWidth { get; set; }
Property Value
Type | Description |
---|---|
LineWidth |
Centerline
Declaration
public bool Centerline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CenterlineColor
Declaration
public NXColor CenterlineColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
CenterlineFont
Declaration
public DisplayableObject.ObjectFont CenterlineFont { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject.ObjectFont |
CenterlineWidth
Declaration
public LineWidth CenterlineWidth { get; set; }
Property Value
Type | Description |
---|---|
LineWidth |
ViewListWithCandidateViewList
Declaration
public SelectDraftingViewList ViewListWithCandidateViewList { get; }
Property Value
Type | Description |
---|---|
SelectDraftingViewList |
Implements
System.Runtime.Remoting.Messaging.IMessageSink