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