Share

ProjectionSectionOptions.MultiViewBlockMarkerStyleName Property

Gets multi-view block marker style's name.



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

Syntax

C#

public string MultiViewBlockMarkerStyleName { get; set; }

VB

Public Property MultiViewBlockMarkerStyleName As String
	Get
	Set

C++

public:
property String^ MultiViewBlockMarkerStyleName {
	String^ get ();
	void set (String^ value);
}

Property Value

String

See Also

Reference

Was this information helpful?