StructureStyleOptionBaseBlockInsertLocation Property |
Gets or sets the insertion point to use for the block displayed in profile/section view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic StructureInsertionLocation BlockInsertLocation { get; set; }
Public Property BlockInsertLocation As StructureInsertionLocation
Get
Set
public:
property StructureInsertionLocation BlockInsertLocation {
StructureInsertionLocation get ();
void set (StructureInsertionLocation value);
}
Property Value
StructureInsertionLocation
See Also