Gets or sets the location of the title in relation to the view grid.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public GraphTitleLocationType Location { get; set; } |
Visual Basic |
---|
Public Property Location As GraphTitleLocationType Get Set |
Visual C++ |
---|
public: property GraphTitleLocationType Location { GraphTitleLocationType get (); void set (GraphTitleLocationType value); } |