PressureFittingStylePlanOptionSymbolBlockId Property |
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.7.0.1190
Syntaxpublic ObjectId SymbolBlockId { get; set; }Public Property SymbolBlockId As ObjectId
Get
Set
public:
property ObjectId SymbolBlockId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| [!:System.ArgumentException] |
Thrown when the object id does not specify a block table record object.
|
See Also