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.8.0.280
Syntax
C#
public StructureInsertionLocation BlockInsertLocation { get; set; }
VB
Public Property BlockInsertLocation As StructureInsertionLocation Get Set
C++
public: property StructureInsertionLocation BlockInsertLocation { StructureInsertionLocation get (); void set (StructureInsertionLocation value); }