StructuralMetadata.From

StructuralMetadata.From method

Get StructuralMetadata associated with specified scene.

public static StructuralMetadata From(Scene scene)
ParameterTypeDescription
sceneSceneWhich scene to look for the structural metadata

Return Value

A valid instance of StructuralMetadata if its found in the scene, otherwise null returned

See Also