UseAltMDCFile Property

The UseAltMDCFile property sets or returns whether a temporary filename may be used.

Syntax

object .UseAltMDCFile

Applies To

Cube Object

CubeGroup Object

ChildCube Object

Discussion

Use the UseAltMDCFile property to check if the cube can be saved using an alternate filename.

If this property is set to true, then the object may be saved using the temporary filename. This property is available for Cube object, CubeGroup object and ChildCube object.

If the IsMDCInUse property returns true, then the cube is in use by another application. You can then set the UseAltMDCFile property to true and set the AltMDCFile property to the alternate filename.

Default: False

Type

Boolean

Access

Read/Write