 | MetaInformationWriterProjectTitle Property |
name of the project that contains the source engineering data
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string WriterProjectTitle { get; set; }
Public Property WriterProjectTitle As String
Get
Set
public:
property String^ WriterProjectTitle {
String^ get ();
void set (String^ value);
}
Property Value
String
The writer project title.
See Also