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.4.2516.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