Autodesk Vault ProfessionalVault API

DateBiased Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsIFileRelationshipGatheringSettingsReadOnly

Gets whether we should use the "Date biased" approach of gathering dependencies.

Syntax

System.bool DateBiased {get;}
ReadOnly Property DateBiased As System.Boolean

Remarks

Currently, DateBiased only applies for when VersionGatheringOption is Revision When set to true, this will turn off ReleaseBiased, since only either DateBiased or ReleaseBiased gathering can be done.

See Also