Gets or sets the insertion point to use for the block displayed in profile/section view.

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

Syntax

C#
public StructureInsertionLocation BlockInsertLocation { get; set; }
Visual Basic
Public Property BlockInsertLocation As StructureInsertionLocation
	Get
	Set
Visual C++
public:
property StructureInsertionLocation BlockInsertLocation {
	StructureInsertionLocation get ();
	void set (StructureInsertionLocation value);
}

See Also