Share

ProjectionSectionOptions.MultiViewBlockDisplayRepresentationId Property

Gets multi-view block display representation.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public ObjectId MultiViewBlockDisplayRepresentationId { get; set; }

VB

Public Property MultiViewBlockDisplayRepresentationId As ObjectId
	Get
	Set

C++

public:
property ObjectId MultiViewBlockDisplayRepresentationId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?