StructureProfileLayerName Property

Gets or sets the structure profile layer name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public string StructureProfileLayerName { get; set; }

Visual Basic

Public Property StructureProfileLayerName As String
	Get
	Set

Visual C++

public:
property String^ StructureProfileLayerName {
	String^ get ();
	void set (String^ value);
}

See Also