Struct LineCfw
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public struct LineCfw
Constructors
LineCfw(Int32, DisplayableObject.ObjectFont, LineWidth)
Declaration
public LineCfw(int Color, DisplayableObject.ObjectFont Font, LineWidth Width)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Color | |
DisplayableObject.ObjectFont | Font | |
LineWidth | Width |
Fields
Color
Declaration
public int Color
Field Value
Type | Description |
---|---|
System.Int32 |
Font
Declaration
public DisplayableObject.ObjectFont Font
Field Value
Type | Description |
---|---|
DisplayableObject.ObjectFont |
Width
Declaration
public LineWidth Width
Field Value
Type | Description |
---|---|
LineWidth |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()