Share

ProjectionStyle.SectionOptions Property

Gets the ProjectionSectionOptions object that specifies section options.



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

Syntax

C#

public ProjectionSectionOptions SectionOptions { get; }

VB

Public ReadOnly Property SectionOptions As ProjectionSectionOptions
	Get

C++

public:
property ProjectionSectionOptions^ SectionOptions {
	ProjectionSectionOptions^ get ();
}

Property Value

ProjectionSectionOptions

See Also

Reference

Was this information helpful?