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: 25.0.0.0 (25.0.0.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