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.7.0.1276
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); }