StyleBaseCreateBy Property |
Gets or Sets the "Created by" string for the style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string CreateBy { get; set; }
Public Property CreateBy As String
Get
Set
public:
property String^ CreateBy {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also