Share

LabelStyleBlockComponent.Block Property

Gets the block style settings.



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

Syntax

C#

public LabelStyleBlockComponentStyleBlock Block { get; }

VB

Public ReadOnly Property Block As LabelStyleBlockComponentStyleBlock
	Get

C++

public:
property LabelStyleBlockComponentStyleBlock^ Block {
	LabelStyleBlockComponentStyleBlock^ get ();
}

Property Value

LabelStyleBlockComponentStyleBlock

See Also

Reference

Was this information helpful?