Class DrawStyle
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Geometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DrawStyle : DrawStyleBase, IEquatable<APIBase>
Properties
OutlineAxis
Declaration
public bool OutlineAxis { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPartLabels
Declaration
public virtual bool ShowPartLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>