Location Property

Gets or sets the location of the title in relation to the view grid.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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);
}

See Also