ProjectionLabelPlacement Property

Gets style settings for profile view.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public SettingsProfileView.SettingsProjectionLabelPlacement ProjectionLabelPlacement { get; }

Visual Basic

Public ReadOnly Property ProjectionLabelPlacement As SettingsProfileView.SettingsProjectionLabelPlacement
	Get

Visual C++

public:
property SettingsProfileView.SettingsProjectionLabelPlacement^ ProjectionLabelPlacement {
	SettingsProfileView.SettingsProjectionLabelPlacement^ get ();
}

See Also