NetworkNameTemplate Property

Gets the network name template settings.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyString NetworkNameTemplate { get; }

Visual Basic

Public ReadOnly Property NetworkNameTemplate As PropertyString
	Get

Visual C++

public:
property PropertyString^ NetworkNameTemplate {
	PropertyString^ get ();
}

See Also