 | DomainDocument Property |
Document which Domain resides.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Document Document { get; set; }
Public Property Document As Document
Get
Set
public:
property Document^ Document {
Document^ get ();
void set (Document^ value);
}
member Document : Document with get, set
Property Value
Document
Remarks
Modifying this property will automatically update the existing
Domain
object to the updated
Document's domain.
See Also