Gets or sets the profile name for this criteria.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string ProfileName { get; set; }
VB
Public Property ProfileName As String Get Set
C++
public: property String^ ProfileName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the profile name is invalid. |