DirectAnimation Animated Header --Miscellaneous DAStatic Properties DirectAnimation Animated Header --Miscellaneous DAStatic Properties* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: Miscellaneous DAStatic Functions
*Next Topic: DAStatic Functions Relevant to DAMontage Objects

Miscellaneous DAStatic Properties



AreBlockingImportsComplete

DAStatics Class

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

lib.AreBlockingImportsComplete


ClientSite

DAStatics Class

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

DAStatics Class

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

lib.Cm


Foot

DAStatics Class

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

lib.Foot


Inch

DAStatics Class

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

lib.Inch


Meter

DAStatics Class

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

lib.Meter


Mm

DAStatics Class

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

lib.Mm


Pixel

DAStatics Class

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

lib.Pixel


PixelConstructionMode

DAStatics Class

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 MeterLibrary it isn't.

lib.PixelConstructionMode


Site

DAStatics Class

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

lib.Site


VersionString

DAStatics Class

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

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

*Top of Page