Miscellaneous DAStatic Properties


Miscellaneous Properties

bullet1.gifAreBlockingImportsComplete

bullet1.gifClientSite

bullet1.gifCm

bullet1.gifFoot

bullet1.gifInch

bullet1.gifMeter

bullet1.gifMm

bullet1.gifPixel

bullet1.gifVersionString

bullet1.gifPixelConstructionMode

bullet1.gifSite


AreBlockingImportsComplete

A property indicating whether all synchronous imports have been completely downloaded.

lib.AreBlockingImportsComplete


ClientSite

A 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


Cm

A read-only property that is the centimeter unit (a double).

lib.Cm


Foot

A read-only property that is the foot unit (a double).

lib.Foot


Inch

A read-only property that is the inch unit (a double).

lib.Inch


Meter

A read-only property that is the meter unit (a double).

lib.Meter


Mm

A read-only property that is the millimeter unit (a double).

lib.Mm


Pixel

A read-only property that is the pixel unit (a DANumber).

lib.Pixel


VersionString

A 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


PixelConstructionMode

A 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 Meter>Library it isn't.

lib.PixelConstructionMode


Site

A property that, when set, allows control over error messages.

lib.Site

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.