BreakLineAsFeatureLineSiteCreationId Property

Gets the site object Id to be used when breakline is to be imported as feature line.

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

Syntax

C#

public PropertyObjectId BreakLineAsFeatureLineSiteCreationId { get; }

Visual Basic

Public ReadOnly Property BreakLineAsFeatureLineSiteCreationId As PropertyObjectId
	Get

Visual C++

public:
property PropertyObjectId^ BreakLineAsFeatureLineSiteCreationId {
	PropertyObjectId^ get ();
}

See Also