SunAndShadowSettingsGetMatchingPreset Method

Finds the name of the 'per-document' SunAndShadowSettings that matches the properties of this per-view element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetMatchingPreset()

Return Value

String
Name of the per-document SunAndShadowSettings that matches the view specific element.
Exceptions
ExceptionCondition
ArgumentException The SunAndShadowSettings is not view-specific.
See Also