Share

ProjectionStyle.ProfileOptions Property

Gets the ProjectionProfileOptions object that specifies profile options.



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

Syntax

C#

public ProjectionProfileOptions ProfileOptions { get; }

VB

Public ReadOnly Property ProfileOptions As ProjectionProfileOptions
	Get

C++

public:
property ProjectionProfileOptions^ ProfileOptions {
	ProjectionProfileOptions^ get ();
}

Property Value

ProjectionProfileOptions

See Also

Reference

Was this information helpful?