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.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

ExceptionCondition
[!:System.ArgumentException] Thrown when the object id does not specify a block table record object.

See Also