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