Gets or sets the id of the block reference that is used when displaying in plan view.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId SymbolBlockId { get; set; }
VB
Public Property SymbolBlockId As ObjectId Get Set
C++
public: property ObjectId SymbolBlockId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the object id does not specify a block table record object. |