BandTickStyleIncrementTicksToFullHeight Property |
Gets or sets the boolean value that indicates whether to draw the tick at the full band height.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IncrementTicksToFullHeight { get; set; }
Public Property IncrementTicksToFullHeight As Boolean
Get
Set
public:
property bool IncrementTicksToFullHeight {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also