Index Topic Contents | |||
Previous Topic: Miscellaneous DAStatic Functions Next Topic: DAStatic Functions Relevant to DAMontage Objects |
Miscellaneous DAStatic Properties
DAStatics Class
AreBlockingImportsCompleteA property indicating whether all synchronous imports have been completely downloaded.
lib.AreBlockingImportsComplete
DAStatics Class
ClientSiteA property that, when set, allows imports from a relative file naem by establishing an absolute base. It takes an IOleClientSite. For more information, consult an OLE reference.
lib.ClientSite
DAStatics Class
CmA read-only property that is the centimeter unit (a double).
lib.Cm
DAStatics Class
FootA read-only property that is the foot unit (a double).
lib.Foot
DAStatics Class
InchA read-only property that is the inch unit (a double).
lib.Inch
DAStatics Class
MeterA read-only property that is the meter unit (a double).
lib.Meter
DAStatics Class
MmA read-only property that is the millimeter unit (a double).
lib.Mm
DAStatics Class
PixelA read-only property that is the pixel unit (a DANumber).
lib.Pixel
DAStatics Class
PixelConstructionModeA property with a boolean value that, if TRUE, sets the unit of measure to pixels and, if FALSE, sets the unit of measure to meters (this is the default). Ordinarily, instead of using this property, developers use either the MeterLibrary or the PixelLibrary property, both of which return a DAStatics object. In the case of PixelLibrary, the statics object returned is automatically set to PixelConstructionMode while, in the case of the MeterLibrary it isn't.
lib.PixelConstructionMode
DAStatics Class
SiteA property that, when set, allows control over error messages.
lib.Site
DAStatics Class
VersionStringA read-only property (a string) that is the version string in the form MM.NN.BBBB, where MM is the major version, NN is the minor version, and BBBB is the build number.
lib.VersionString
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.