DocumentLookDown(Visual, DocumentLookOptions) Method |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual LookDown(
Visual lookFrom,
DocumentLookOptions options
)
Parameters
- lookFrom Visual
- The visual to look below.
- options DocumentLookOptions
- The options for the look.
Return Value
VisualThe first visual below the lookFrom visual with the given
DocumentLookOptions.
See Also