Gets or sets the modified fitting profile layer name, with suffix or prefix (returns the same as FittingProfileLayerName if there is no suffix or prefix)

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public string ModifiedFittingProfileLayerName { get; }
Visual Basic
Public ReadOnly Property ModifiedFittingProfileLayerName As String
	Get
Visual C++
public:
property String^ ModifiedFittingProfileLayerName {
	String^ get ();
}

See Also